By default, the configuration settings (font paths, pen widths, default view, and so on) that are used by the viewer are modified and stored on each user's computer. This gives users much flexibility to configure the viewer for their own preferences. However, many of the settings should typically be the same for all users, such as font paths. Meridian provides a feature for updating client computers that can be used to deploy standard viewer settings. The feature can be used similar to how client computers can be automatically upgraded as described in Upgrading Meridian client computers automatically.
When a Meridian client computer starts, the program AMUpdateU.exe runs and reads the file AMUpdate.ini, if found on the Meridian server. The file does not exist by default. For each item found in AMUpdate.ini, the program looks for a corresponding registry value in the following key on the client computer to determine if the item has been installed already or if the installation failed.
HKEY_CURRENT_USER\Software\Cyco\AutoManager Meridian\Update
Note By default, AMUpdateU.exe first looks for AMUpdate.ini in the location specified by the SharedFolder registry value described in HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\Server. If that location does not exist, AMUpdateU.exe then looks for the file on the server where the vault resides that was last opened.
If the item is new or failed, its corresponding command line is executed to update the client computer. The command line that is executed should create or update the DWORD value named ExitCode in the preceding registry key and set it to 0, indicating success. The next time that the client computer is started, AMUpdateU.exe will find the ExitCode value and not run the same command line. If the value is missing or is set to a value greater than 0, AMUpdateU.exe interprets the value as failure of the command line and executes it again, for example, in case the user did not have sufficient privileges or an intermediate error occurred.
To deploy standard viewer settings:
COPY avx.ini C:\Users\%USERPROFILE%\AppData\Roaming\Cyco\AutoManager View Control2
[AutoManager Meridian] ViewerSettingsUpdate=<BatchFileName>
Where <BatchFileName> is the name of the batch file that you created. The name on the left side of the expression can be anything that you want.
Notes
Related tasks
Installing the Meridian client components
Understanding silent client installation
Deploying the Meridian Web Client
Customizing the Meridian Web Client download location
Installing optional components
Increasing memory allocation for large documents
Configuring default Web Access user settings
Installing the Developer components
Related information